home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / vbasic / 256vbcol / dibutil.def < prev    next >
Text File  |  1992-03-12  |  361b  |  17 lines

  1. LIBRARY         DIBUTIL
  2. EXETYPE         WINDOWS
  3. DESCRIPTION     'DIB Manipulation Utility Library'
  4.  
  5. CODE            PRELOAD MOVEABLE
  6. DATA            PRELOAD MOVEABLE SINGLE
  7.  
  8. HEAPSIZE        4096
  9.  
  10. EXPORTS
  11.                 FindDIBBits            @1
  12.                 DIBNumColors        @2
  13.                 PaletteSize            @3
  14.                 CreateDIBPalette    @4
  15.                 DIBHeight            @5
  16.                 DIBWidth            @6
  17.                 DIBLoad                @7